home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- put "" & return & "We have to put this on the CD..." into member("InfoText","Texts")
- end
-
- on mouseDown
- put empty into member("InfoText","Texts")
- go to frame "legal"
- end
-
- on mouseLeave
- put empty into member("InfoText","Texts")
- end
-